# Sample Annotation Configuration File
# 
# Type: the annotation type or the "field name"
# Shortcut: key to press to assign this type
# Color: red/green/blue/alpha values 0.0 ... 1.0
# Valid: regular expression to use validate annotation value
#

Type: Title 
Shortcut: T
Color: RGBA(0.859, 0.667, 0.125, 0.400)
Valid: .

Type: Date 
Shortcut: D
Color: RGBA(0.018, 0.355, 0.680, 0.400)
Valid: ^\d\d\d\d(-\d\d)?(-\d\d)?$

Type: Object Identifier 
Shortcut: R
Color: RGBA(0.420, 0.557, 0.137, 0.400)
Valid: ^\d[abc]?$

Type: Reference/Link
Shortcut: C
Color: RGBA(0.420, 0.557, 0.137, 0.400)
Valid: .


